First Task: Convert the Datatype of 'Date' column to Date-Time format.


Second Task:
B.1 Add a new column ''year'' in the dataframe, which contains years only.

B.2 Add a new column ''month'' as 2nd column in the dataframe, which contains month only.

Third Task: Remove the columns 'year' and 'month' from the dataframe.

Fouth Task: Show all the records where 'No. of Crimes' is 0. And, how many such records are there ?

Fifth Task: What is the maximum & minimum 'average_price' per year in england ?

Sixth Task: What is the Maximum & Minimum No. of Crimes recorded per area ?

Seventh Task: Show the total count of records of each area, where average price is less than 100000.